www.gusucode.com > 落叶冰点万能企业网站内容管理系统 V9.1 > 落叶冰点万能企业网站内容管理系统 V9.1\code\admin\administrators_qiye\复件 D_edit_user.asp

    <%


'**************************************************************
' 新动软网站管理系统
' 官方网站: http://www.aspcpu.com
' 系统作者: 阮丁远(网名:天下程序)
' Copyright 新动软网站管理系统 版权所有
'**************************************************************


%>





<LINK href="../css.css" type=text/css rel=stylesheet>
<%

dir_set="../../"
Server.ScriptTimeout = 99999

%>


<!--#include file=../../inc/conn.asp-->
<!--#include file=../../inc/Functionb.asp-->

<!--#include file=../../inc/ajaxLIB.asp-->

<!--#include file=../inc/checkadmin2.asp-->

<!--#include file=../../inc/functionFiless.asp-->





<%
AJAXshowLoader()


%>



<style type="text/css">
<!--
.STYLE3 {
	color: #FFFFFF;
	font-weight: bold;
}
-->
</style>



<div id="divProcessing" style="width:200px;height:30px;position:absolute;display:none">
<table border="0" cellpadding="0" cellspacing="1" bgcolor="#000000" width="100%" height="100%"><tr><td bgcolor=#0650D2><marquee align="middle" behavior="alternate" scrollamount="5" style="font-size:9pt"><font color=#FFFFFF>...正在保存远程图片...请等待...</font></marquee></td></tr></table>
</div>

<br />


<div  id="l_list" style="filter:blendTrans(duration=1);  width:774px; z-index:-1; border: 1px dashed #999999;left: 3px; top: 120px; height: 121px;width:730px">



<%

biao="[ND_admin]"
biao2="[ND_userGroup]"
biaosp="[]"

sys_content_type=trim(request("sys_content_type"))

%>
<script src="../../ND_editor/FCKeditor2_5/FCKeditor.js"></script>


<script type="text/javascript">
<!--
function remoteUpload(o) {
	try{
		var strText = GetContentHTML() ;
var divProcessing=document.getElementById("divProcessing");
		var objField = document.getElementsByName("content_UploadText")[0];
		objField.value = strText ;

		if (o) {
			divProcessing.style.top = 800 ;
			divProcessing.style.left = 200 ;
			divProcessing.style.display = "";
			document.remoteuploadb.submit();
		}else{
			divProcessing.style.display = "none";
		}
	}
	catch(e){}
} 

function remoteUploadok() {
	try{
	divProcessing.style.display = "none";
	}
	catch(e){}
}

function GetContentHTML(){
	var strHTML ;
	try{
		var oEditor = FCKeditorAPI.GetInstance('Content') ;
		strHTML = oEditor.GetXHTML()
	}
	catch(e){
		strHTML = '';
	}
	return strHTML
}


var sLinkOriginalFileName = "originalfilename" ;
var sLinkSaveFileName = "savefilename" ;
var sLinkSavePathFileName = "UploadFileList" ;

function addUploadFile(originalFileName, saveFileName, savePathFileName){
	doInterfaceUpload(sLinkOriginalFileName, originalFileName);
	doInterfaceUpload(sLinkSaveFileName, saveFileName);
	doInterfaceUpload(sLinkSavePathFileName, savePathFileName);
}
function doInterfaceUpload(strLinkName, strValue){
	if (strValue=="") return;
	if (strLinkName){
		var objLinkUpload = document.getElementsByName(strLinkName)[0];
		if (objLinkUpload){
			if (objLinkUpload.value!=""){
				objLinkUpload.value = objLinkUpload.value + "|";
			}
			objLinkUpload.value = objLinkUpload.value + strValue;
			objLinkUpload.fireEvent("onchange");
		}
	}
}






function doChange(objText, objDrop){
	if (!objDrop) return;
	//if(document.myform.BriefTopic.selectedIndex<2){
	//	document.myform.BriefTopic.selectedIndex+=1;
	//}
	var str = objText.value;
	var arr = str.split("|");
	var nIndex = objDrop.selectedIndex;
	objDrop.length=1;
	for (var i=0; i<arr.length; i++){
		objDrop.options[objDrop.length] = new Option(arr[i], arr[i]);
	}
	objDrop.selectedIndex = nIndex;
}

//-->
</script>




<script language= JavaScript>
function SelectPic(){
  var arr=window.open('../D_select_upload_pic.asp', '', 'titlebar=no, toolbar=no, scrollbar=yes,Width=800, Height=600');
  if(arr!=null){
    //var ss=arr.split('|');
    //document.all.myform.ImageUrl.value=ss[0];
    //document.myform.ImageFileList.value=ss[0];
  }
  
  else
  {
  
  alert("弹出窗口被系统拦截掉了,请修改你系统设置")
  }
  
}
</script>




<form action="D_chk_edit_user.asp" method="post" target="_self" name="myform" id="myform">
<table  height="30" width=730 border="0" cellpadding="2" cellspacing="0" bordercolor="#999999" style="border:#999999 1px">

<tr>

<td>

<table width=730 border="0" cellpadding="0" cellspacing="0" bordercolor="#999999">




<tr>
<td height="32" align="center" class="adminth" colspan="4"><span class="STYLE3">管理员</span></td>
</tr>


<%

set rs=server.CreateObject("adodb.recordset")


  
  
rs.open "select * from "&biao&" where id="&request("id"),conn,1,3



'1|

ssss=split(rs("quanxian_settings"),"|")


function find_data(lanmu_type,channel_id,dataindex)
find_data="1"


for iiip=0 to ubound(ssss)
su1=split(ssss(iiip),",")
su11=su1(0)
su22=su1(1)

if cstr(su11)=cstr(lanmu_type) and cstr(su22)=cstr(channel_id) then

f_da=su1(dataindex+1)

find_data=f_da
exit for
end if

next




end function

%>



<tr>
<td width="480" height="27" align="center" bgcolor="#ffffff"><strong>用户名:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">

<%=rs("aname")%></td>
</tr>











		
		<tr>
<td width="480" height="27" align="center" bgcolor="#ffffff"><strong>状态:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">




<input type="radio" name="cc11"  value="1"  <%if rs("is_ok")="1" or rs("is_ok")="" then response.write "checked"%>> 激活&nbsp;&nbsp; 
		<input type="radio" name="cc11"   value="0"  <%if rs("is_ok")="0" then response.write "checked"%>> 锁定


          <font color="red">*</font></td>
</tr>
		
		
		
		
		
		
		
		
	
  
        
 




<tr>
<td width="480" height="30" align="center" bgcolor="#ffffff"><strong>是否可以修改密码:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="sa2"  value="0"    <%if find_data("gaipwd","0",1)="0" then response.write "checked"%> > 否&nbsp;&nbsp; 
		<input type="radio" name="sa2"   value="1"  <%if find_data("gaipwd","0",1)="1" then response.write "checked"%>> 是		  </td>
</tr>


		
		
		
		

<%
biao="ND_channel"

set rs441=server.CreateObject("adodb.recordset")
rs441.open "select * from "&biao&" where lanmu_type='"&"Article"&"'   and   is_qiye=1  and is_link_class='0' order by clng(orders) asc",conn,1,1

do while not rs441.eof 
%>
		
		
		
		

	
<tr>
<td height="32" align="left" bgcolor="#001E97" colspan="4"><span class="STYLE3">-----<%=rs441("name")%> 栏目权限设置---(新闻文章栏目类)-- </span></td>
</tr>	
		
		
		

<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>可以发布文章:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a1_<%=rs441("id")%>"  value="0"    <%if find_data("Article",rs441("id"),1)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="a1_<%=rs441("id")%>"   value="1"   <%if find_data("Article",rs441("id"),1)="1" then response.write "checked"%>> 是		  </td>
</tr>	
		
			
		
		

<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>可以修改文章:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a2_<%=rs441("id")%>"  value="0"    <%if find_data("Article",rs441("id"),2)="0" then response.write "checked"%> > 否&nbsp;&nbsp; 
		<input type="radio" name="a2_<%=rs441("id")%>"   value="1"  <%if find_data("Article",rs441("id"),2)="1" then response.write "checked"%>> 是		  </td>
</tr>	
		
		
			

<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>可以删除文章:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a3_<%=rs441("id")%>"  value="0"    <%if find_data("Article",rs441("id"),3)="0" then response.write "checked"%> > 否&nbsp;&nbsp; 
		<input type="radio" name="a3_<%=rs441("id")%>"   value="1" <%if find_data("Article",rs441("id"),3)="1" then response.write "checked"%>> 是		  </td>
</tr>	
		
			
	
<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>可以管理文章分类:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a4_<%=rs441("id")%>"  value="0"    <%if  find_data("Article",rs441("id"),4)="0" then response.write "checked"%> > 否&nbsp;&nbsp; 
		<input type="radio" name="a4_<%=rs441("id")%>"   value="1" <%if  find_data("Article",rs441("id"),4)="1" then response.write "checked"%>> 是		  </td>
</tr>	
		
			
		
				
	
<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>可以管理文章专题:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a5_<%=rs441("id")%>"  value="0"    <%if  find_data("Article",rs441("id"),5)="0" then response.write "checked"%> > 否&nbsp;&nbsp; 
		<input type="radio" name="a5_<%=rs441("id")%>"   value="1" <%if  find_data("Article",rs441("id"),5)="1" then response.write "checked"%>> 是		  </td>
</tr>	
		
			
		
		
		<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>是否可以管理评论:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a6_<%=rs441("id")%>"  value="0"    <%if  find_data("Article",rs441("id"),6)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="a6_<%=rs441("id")%>"   value="1" <%if  find_data("Article",rs441("id"),6)="1" then response.write "checked"%>> 是		  </td>
</tr>
					
	
	
	
		
<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>发布文章需要审核:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a7_<%=rs441("id")%>"  value="0"    <%if find_data("Article",rs441("id"),7)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="a7_<%=rs441("id")%>"   value="1" <%if find_data("Article",rs441("id"),7)="1" then response.write "checked"%>> 是		  </td>
</tr>	
		
			
		
		
		
		<%

rs441.movenext

loop

rs441.close
set rs441=nothing
%>
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
				

<%
biao="ND_channel"

set rs441=server.CreateObject("adodb.recordset")
rs441.open "select * from "&biao&" where lanmu_type='"&"down"&"'   and   is_qiye=1   and is_link_class='0' order by clng(orders) asc",conn,1,1

do while not rs441.eof 
%>
		
	
<tr>
<td height="32" align="left" bgcolor="#001E97" colspan="4"><span class="STYLE3">-----<%=rs441("name")%> 栏目权限设置---(下载栏目类)-- </span></td>
</tr>	
		
		
		

<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>可以发布软件:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a1_<%=rs441("id")%>"  value="0"  <%if find_data("down",rs441("id"),1)="0" then response.write "checked"%> > 否&nbsp;&nbsp; 
		<input type="radio" name="a1_<%=rs441("id")%>"   value="1" <%if find_data("down",rs441("id"),1)="1" then response.write "checked"%>> 是		  </td>
</tr>	
		
			
		
		

<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>可以修改软件:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a2_<%=rs441("id")%>"  value="0"    <%if  find_data("down",rs441("id"),2)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="a2_<%=rs441("id")%>"   value="1"  <%if find_data("down",rs441("id"),2)="1" then response.write "checked"%>> 是		  </td>
</tr>	
		
		
			

<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>可以删除软件:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a3_<%=rs441("id")%>"  value="0"    <%if find_data("down",rs441("id"),3)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="a3_<%=rs441("id")%>"   value="1"  <%if find_data("down",rs441("id"),3)="1" then response.write "checked"%>> 是		  </td>
</tr>	
		
			
		
		
	
<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>可以管理软件分类:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a4_<%=rs441("id")%>"  value="0"    <%if  find_data("down",rs441("id"),4)="0" then response.write "checked"%> > 否&nbsp;&nbsp; 
		<input type="radio" name="a4_<%=rs441("id")%>"   value="1" <%if  find_data("down",rs441("id"),4)="1" then response.write "checked"%>> 是		  </td>
</tr>	
		
			
		
				
	
<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>可以管理软件专题:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a5_<%=rs441("id")%>"  value="0"    <%if find_data("down",rs441("id"),5)="0" then response.write "checked"%> > 否&nbsp;&nbsp; 
		<input type="radio" name="a5_<%=rs441("id")%>"   value="1" <%if find_data("down",rs441("id"),5)="1" then response.write "checked"%>> 是		  </td>
</tr>	
		
			
		
		
		
		<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>是否可以管理评论:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a6_<%=rs441("id")%>"  value="0"    <%if find_data("down",rs441("id"),6)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="a6_<%=rs441("id")%>"   value="1" <%if find_data("down",rs441("id"),6)="1" then response.write "checked"%>> 是		  </td>
</tr>
					
	
	
				
	
	
	
		
		<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>是否可以管理下载服务器:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a7_<%=rs441("id")%>"  value="0"    <%if find_data("down",rs441("id"),7)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="a7_<%=rs441("id")%>"   value="1" <%if find_data("down",rs441("id"),7)="1" then response.write "checked"%>> 是		  </td>
</tr>
			



<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>发布软件需要审核:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a8_<%=rs441("id")%>"  value="0"    <%if find_data("down",rs441("id"),8)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="a8_<%=rs441("id")%>"   value="1"  <%if find_data("down",rs441("id"),8)="1" then response.write "checked"%>> 是		  </td>
</tr>	
		
		<%

rs441.movenext

loop

rs441.close
set rs441=nothing
%>
		
		
			
		
		
		
		
		
		
		
		
		
		
		
		
				

<%
biao="ND_channel"

set rs441=server.CreateObject("adodb.recordset")
rs441.open "select * from "&biao&" where lanmu_type='"&"pic_or_sp"&"'   and   is_qiye=1   and is_link_class='0' order by clng(orders) asc",conn,1,1

do while not rs441.eof 
%>
		
	
<tr>
<td height="32" align="left" bgcolor="#001E97" colspan="4"><span class="STYLE3">-----<%=rs441("name")%> 栏目权限设置---(音乐,视频,图片栏目类)-- </span></td>
</tr>	
		
		
			
		
		
		

<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>可以发布音乐,视频,图片:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a1_<%=rs441("id")%>"  value="0"    <%if find_data("pic_or_sp",rs441("id"),1)="0" then response.write "checked"%> > 否&nbsp;&nbsp; 
		<input type="radio" name="a1_<%=rs441("id")%>"   value="1" <%if find_data("pic_or_sp",rs441("id"),1)="1" then response.write "checked"%>> 是		  </td>
</tr>	
		
			
		
		

<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>可以修改音乐,视频,图片:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a2_<%=rs441("id")%>"  value="0"    <%if  find_data("pic_or_sp",rs441("id"),2)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="a2_<%=rs441("id")%>"   value="1"  <%if find_data("pic_or_sp",rs441("id"),2)="1" then response.write "checked"%>> 是		  </td>
</tr>	
		
		
			

<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>可以删除音乐,视频,图片:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a3_<%=rs441("id")%>"  value="0"     <%if find_data("pic_or_sp",rs441("id"),3)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="a3_<%=rs441("id")%>"   value="1"   <%if find_data("pic_or_sp",rs441("id"),3)="1" then response.write "checked"%>> 是		  </td>
</tr>	
		
			
		
			
		
	
<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>可以管理 音乐,视频,图片 分类:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a4_<%=rs441("id")%>"  value="0"    <%if find_data("pic_or_sp",rs441("id"),4)="0" then response.write "checked"%> > 否&nbsp;&nbsp; 
		<input type="radio" name="a4_<%=rs441("id")%>"   value="1" <%if find_data("pic_or_sp",rs441("id"),4)="1" then response.write "checked"%>> 是		  </td>
</tr>	
		
			
		
				
	
<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>可以管理专题:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a5_<%=rs441("id")%>"  value="0"    <%if find_data("pic_or_sp",rs441("id"),5)="0" then response.write "checked"%> > 否&nbsp;&nbsp; 
		<input type="radio" name="a5_<%=rs441("id")%>"   value="1" <%if find_data("pic_or_sp",rs441("id"),5)="1" then response.write "checked"%>> 是		  </td>
</tr>	
		
			
		
		
		
		<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>是否可以管理评论:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a6_<%=rs441("id")%>"  value="0"    <%if find_data("pic_or_sp",rs441("id"),6)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="a6_<%=rs441("id")%>"   value="1" <%if find_data("pic_or_sp",rs441("id"),6)="1" then response.write "checked"%>> 是		  </td>
</tr>
		
		
		
		
<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>发布音乐,视频,图片需要审核:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a7_<%=rs441("id")%>"  value="0"   <%if find_data("pic_or_sp",rs441("id"),7)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="a7_<%=rs441("id")%>"   value="1"  <%if find_data("pic_or_sp",rs441("id"),7)="1" then response.write "checked"%>> 是		  </td>
</tr>	
			
		
		
			<%

rs441.movenext

loop

rs441.close
set rs441=nothing
%>
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
				

<%
biao="ND_channel"

set rs441=server.CreateObject("adodb.recordset")
rs441.open "select * from "&biao&" where lanmu_type='"&"cp"&"'   and   is_qiye=1   and is_link_class='0' order by clng(orders) asc",conn,1,1

do while not rs441.eof 
%>
		
		
		
		
			
<tr>
<td height="32" align="left" bgcolor="#001E97" colspan="4"><span class="STYLE3">-----<%=rs441("name")%> 栏目权限设置---(产品栏目类)-- </span></td>
</tr>	
		
		
		
		

<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>可以发布产品:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a1_<%=rs441("id")%>"  value="0"  <%if find_data("cp",rs441("id"),1)="0" then response.write "checked"%>  > 否&nbsp;&nbsp; 
		<input type="radio" name="a1_<%=rs441("id")%>"   value="1" <%if find_data("cp",rs441("id"),1)="1" then response.write "checked"%> > 是		  </td>
</tr>	
		
			
		
		

<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>可以修改产品:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a2_<%=rs441("id")%>"  value="0"   <%if find_data("cp",rs441("id"),2)="0" then response.write "checked"%>  > 否&nbsp;&nbsp; 
		<input type="radio" name="a2_<%=rs441("id")%>"   value="1"  <%if  find_data("cp",rs441("id"),2)="1" then response.write "checked"%> > 是		  </td>
</tr>	
		
		
			

<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>可以删除产品:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a3_<%=rs441("id")%>"  value="0"     <%if find_data("cp",rs441("id"),3)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="a3_<%=rs441("id")%>"   value="1"  <%if find_data("cp",rs441("id"),3)="1" then response.write "checked"%>> 是		  </td>
</tr>	
		
			
			
		
	
<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>可以管理产品分类:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a4_<%=rs441("id")%>"  value="0"    <%if find_data("cp",rs441("id"),4)="0" then response.write "checked"%> > 否&nbsp;&nbsp; 
		<input type="radio" name="a4_<%=rs441("id")%>"   value="1" <%if find_data("cp",rs441("id"),4)="1" then response.write "checked"%>> 是		  </td>
</tr>	
		
			
		
				
	
<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>可以管理专题:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a5_<%=rs441("id")%>"  value="0"    <%if find_data("cp",rs441("id"),5)="0" then response.write "checked"%> > 否&nbsp;&nbsp; 
		<input type="radio" name="a5_<%=rs441("id")%>"   value="1" <%if find_data("cp",rs441("id"),5)="1" then response.write "checked"%>> 是		  </td>
</tr>	
		
			
		
		
		
		<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>是否可以管理评论:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a6_<%=rs441("id")%>"  value="0"    <%if find_data("cp",rs441("id"),6)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="a6_<%=rs441("id")%>"   value="1" <%if find_data("cp",rs441("id"),6)="1" then response.write "checked"%>> 是		  </td>
</tr>
		
			

		
		<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>是否可以管理订单:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a7_<%=rs441("id")%>"  value="0"    <%if find_data("cp",rs441("id"),7)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="a7_<%=rs441("id")%>"   value="1" <%if  find_data("cp",rs441("id"),7)="1" then response.write "checked"%>> 是		  </td>
</tr>
		

		
		
<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>发布产品需要审核:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a8_<%=rs441("id")%>"  value="0"    <%if  find_data("cp",rs441("id"),8)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="a8_<%=rs441("id")%>"   value="1"  <%if  find_data("cp",rs441("id"),8)="1" then response.write "checked"%>> 是		  </td>
</tr>	
			
		<%

rs441.movenext

loop

rs441.close
set rs441=nothing
%>



	
				

<%
biao="ND_channel"

set rs441=server.CreateObject("adodb.recordset")
rs441.open "select * from "&biao&" where lanmu_type='"&"dan_Article"&"'   and   is_qiye=1   and is_link_class='0' order by clng(orders) asc",conn,1,1

do while not rs441.eof 
%>
		
		
		
		
			
<tr>
<td height="32" align="left" bgcolor="#001E97" colspan="4"><span class="STYLE3">-----<%=rs441("name")%> 栏目权限设置---(列表式单篇文章栏目类)-- </span></td>
</tr>	



		
		

<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>可以发布单篇文章:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a1_<%=rs441("id")%>"  value="0"  <%if  find_data("dan_Article",rs441("id"),1)="0" then response.write "checked"%>  > 否&nbsp;&nbsp; 
		<input type="radio" name="a1_<%=rs441("id")%>"   value="1" <%if find_data("dan_Article",rs441("id"),1)="1" then response.write "checked"%> > 是		  </td>
</tr>	
		
			
		
		

<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>可以修改单篇文章:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a2_<%=rs441("id")%>"  value="0"   <%if find_data("dan_Article",rs441("id"),2)="0" then response.write "checked"%>  > 否&nbsp;&nbsp; 
		<input type="radio" name="a2_<%=rs441("id")%>"   value="1"  <%if find_data("dan_Article",rs441("id"),2)="1" then response.write "checked"%> > 是		  </td>
</tr>	
		
		
			

<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>可以删除单篇文章:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a3_<%=rs441("id")%>"  value="0"     <%if find_data("dan_Article",rs441("id"),3)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="a3_<%=rs441("id")%>"   value="1"  <%if find_data("dan_Article",rs441("id"),3)="1" then response.write "checked"%>> 是		  </td>
</tr>	
		





	
		<%

rs441.movenext

loop

rs441.close
set rs441=nothing
%>




	
				

<%
biao="ND_channel"

set rs441=server.CreateObject("adodb.recordset")
rs441.open "select * from "&biao&" where lanmu_type='"&"wdan_Article"&"'    and   is_qiye=1  and is_link_class='0' order by clng(orders) asc",conn,1,1

do while not rs441.eof 
%>
		
		
		
		
			
<tr>
<td height="32" align="left" bgcolor="#001E97" colspan="4"><span class="STYLE3">-----<%=rs441("name")%> 栏目权限设置---(无列表式单篇文章栏目类)-- </span></td>
</tr>	



	
    
		
			
		
		

<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>可以修改单篇文章:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a1_<%=rs441("id")%>"  value="0"   <%if find_data("wdan_Article",rs441("id"),1)="0" then response.write "checked"%>  > 否&nbsp;&nbsp; 
		<input type="radio" name="a1_<%=rs441("id")%>"   value="1"  <%if find_data("wdan_Article",rs441("id"),1)="1" then response.write "checked"%> > 是		  </td>
</tr>	
		
		
			
            





	
		<%

rs441.movenext

loop

rs441.close
set rs441=nothing
%>




	
				

<%
biao="ND_channel"

set rs441=server.CreateObject("adodb.recordset")
rs441.open "select * from "&biao&" where lanmu_type='"&"info_feedback"&"'   and   is_qiye=1   and is_link_class='0' order by clng(orders) asc",conn,1,1

do while not rs441.eof 
%>
		
		
		
		
			
<tr>
<td height="32" align="left" bgcolor="#001E97" colspan="4"><span class="STYLE3">-----<%=rs441("name")%> 栏目权限设置---(信息反馈栏目类)-- </span></td>
</tr>	



	
    
		
			
		
		

<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>可以管理信息反馈:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="a1_<%=rs441("id")%>"  value="0"   <%if find_data("info_feedback",rs441("id"),1)="0" then response.write "checked"%>  > 否&nbsp;&nbsp; 
		<input type="radio" name="a1_<%=rs441("id")%>"   value="1"  <%if find_data("info_feedback",rs441("id"),1)="1" then response.write "checked"%> > 是		  </td>
</tr>	
		
		
			
            





	
		<%

rs441.movenext

loop

rs441.close
set rs441=nothing
%>



		
		
		
			
				
<tr>
<td height="20" align="left" colspan="4"></td>
</tr>		
		
			
<tr>
<td height="32" align="left" bgcolor="#001E97" colspan="4"><span class="STYLE3">----- 其他权限设置----- </span></td>
</tr>	
		
			
			

<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>是否可以上传文件:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="u1"  value="0"    <%if find_data("qitashezhi123","0",1)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="u1"   value="1" <%if find_data("qitashezhi123","0",1)="1" then response.write "checked"%>> 是		  </td>
</tr>		
		
<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>每天可以上传多少个文件:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">

<input name="umaxd" type="text" id="umaxd" size="60" value="<%=find_data("qitashezhi123","0",2)%>">		  </td>
</tr>		
		
		
		
		<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>是否可以管理数据库:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="db1"  value="0"    <%if find_data("qitashezhi123","0",3)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="db1"   value="1" <%if find_data("qitashezhi123","0",3)="1" then response.write "checked"%>> 是		  </td>
</tr>
		
		
		
		<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>是否可以管理留言本:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="ly2"  value="0"    <%if find_data("qitashezhi123","0",4)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="ly2"   value="1" <%if find_data("qitashezhi123","0",4)="1" then response.write "checked"%>> 是		  </td>
</tr>
		
		
		
	
		
		
		
		
		
		<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>是否可以管理与清理上传文件:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="ql4"  value="0"    <%if find_data("qitashezhi123","0",5)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="ql4"   value="1" <%if find_data("qitashezhi123","0",5)="1" then response.write "checked"%>> 是		  </td>
</tr>
		
		
			
		
		<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>是否可以管理模板:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="mmm8"  value="0"    <%if find_data("qitashezhi123","0",6)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="mmm8"   value="1" <%if find_data("qitashezhi123","0",6)="1" then response.write "checked"%>> 是		  </td>
</tr>
		
				
		
		<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>是否可以管理标签:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="lll9"  value="0"    <%if find_data("qitashezhi123","0",7)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="lll9"   value="1" <%if find_data("qitashezhi123","0",7)="1" then response.write "checked"%>> 是		  </td>
</tr>
		
		
		
		
		<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>是否可以管理采集:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="cj5"  value="0"    <%if find_data("qitashezhi123","0",8)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="cj5"   value="1" <%if find_data("qitashezhi123","0",8)="1" then response.write "checked"%>> 是		  </td>
</tr>
		
		
		
		
		
		
		<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>是否可以管理 “其它管理”:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="qt6"  value="0"    <%if find_data("qitashezhi123","0",9)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="qt6"   value="1" <%if find_data("qitashezhi123","0",9)="1" then response.write "checked"%>> 是		  </td>
</tr>
		

		
		
			
		
		
		
		<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>是否可以管理 “菜单与频道”:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="cd7"  value="0"    <%if find_data("qitashezhi123","0",10)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="cd7"   value="1" <%if find_data("qitashezhi123","0",10)="1" then response.write "checked"%>> 是		  </td>
</tr>
		


		
		<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>是否可以管理 人才招聘:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="job71"  value="0"    <%if find_data("qitashezhi123","0",11)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="job71"   value="1" <%if find_data("qitashezhi123","0",11)="1" then response.write "checked"%>> 是		  </td>
</tr>
		

		
        	
		<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>是否可以管理 投票调查:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="tt71"  value="0"    <%if find_data("qitashezhi123","0",12)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="tt71"   value="1" <%if find_data("qitashezhi123","0",12)="1" then response.write "checked"%>> 是		  </td>
</tr>
		
		
		
		

        	
		<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>是否可以管理 在线订单:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="ddd71"  value="0"    <%if find_data("qitashezhi123","0",13)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="ddd71"   value="1" <%if find_data("qitashezhi123","0",13)="1" then response.write "checked"%>> 是		  </td>
</tr>
		
      

        	
		<tr>
<td width="480" height="30" align="left" bgcolor="#ffffff"><strong>是否可以管理 会员:</strong></td>

<td width="480" align="left" bgcolor="#EDF8FE" colspan="3">


<input type="radio" name="ddd711"  value="0"    <%if find_data("qitashezhi123","0",14)="0" then response.write "checked"%>> 否&nbsp;&nbsp; 
		<input type="radio" name="ddd711"   value="1" <%if find_data("qitashezhi123","0",14)="1" then response.write "checked"%>> 是		  </td>
</tr>
		
		
		
		
<tr>
<td height="30" align="center" bgcolor="#D5EFFD" colspan="4">
  <input type="submit" value="修 改" /></td>
</tr>


<tr>
<td height="80" align="center" bgcolor="#ffffff" colspan="4"></td>
</tr>
</table>


</td>
</tr>
</table>


<input type="hidden" name="sys_content_type" value="<%=request("sys_content_type")%>"/>
<input type="hidden" name="id" value="<%=request("id")%>"/>


</form>


<form name="remoteuploadb" id="remoteuploadb" action="../D_remoteupload.asp" method="post" target="remoteupload">
<input type="hidden" name="content_UploadText" value=""/>
</form>
<iframe name="remoteupload" width="0" height="0"></iframe>

</div>





<script language=javascript>
AJAXfade(1,'l_list')





</script>
<%
AJAXcloseLoader()
%>